home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 January / Macworld (2000-01).dmg / Serious Software / NetCloak 3.0.3 Pro CD demo.sea / NetCloak 3.0.3 Pro CD demo / NetCloak Introduction / NetCloak / BuildYourHome / CreateUpdater.FDML < prev    next >
Text File  |  1999-01-29  |  7KB  |  229 lines

  1. <VERIFY Name EMail AboutMe>
  2.     "Incomplete.html"
  3. </VERIFY>
  4.  
  5. <RESPONSE>
  6.     "Response.html"
  7. </RESPONSE>
  8.  
  9. <CHAIN>
  10.     "CreateHomePage.FDML"
  11. </CHAIN>
  12.  
  13. <CREATEDOC>
  14.     "UpdateIt/<REPLACE_FN Name>.html"
  15. </CREATEDOC>
  16.  
  17. <HTML>
  18. <HEAD>
  19. <TITLE>Update Your Home Page!</TITLE>
  20.  
  21. <!-- Since this page contains data that will be continuously updated by NetCloak Pro, -->
  22. <!-- we'll add a META tag to prevent this page from being cached by the browser.  -->
  23. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  24.  
  25. </HEAD>
  26.  
  27. <BODY <INSERT_GLOBAL BodyParms>>
  28. <MACRO WideNavLinks>
  29. <CENTER>
  30. <H2>Update Your Home Page!</H2>
  31. </CENTER>
  32. Updating your Home Page is an excellent idea, and helps to keep the entire
  33. site fresh and interesting.  Just make the needed changes to the fields
  34. below and click "Update Page".  Your page will be updated instantly...
  35. <P>
  36. <HR>
  37. <P>
  38.  
  39. <!-- The FORM tag specifies NetCloak.acgi as the CGI that will handle the form.   -->
  40. <!-- If you set up a NetCloak Pro action and suffix mapping, remove "/NetCloak.acgi$" -->
  41. <!-- from the ACTION path below.                                                  -->
  42. <FORM 
  43.     METHOD=POST 
  44.     ACTION="/NetCloak.acgi$/NetCloak/BuildYourHome/CreateUpdater.FDML">
  45.     
  46. <H3>Basic Information</H3>
  47. <DL>
  48. <DD>Start with this basic information.  "Quote" should be a fairly short
  49. personal quote or motto.  For "Image URL", enter the full URL of an image
  50. that will appear along with your basic information.  It can be a photo of you,
  51. a cartoon, or anything you think is appropriate.  If your image is not yet on the
  52. Web, e-mail it to us and we'll put it on the server and tell you what the
  53. URL is.  Finally, in "About Yourself" give some personal information.  Remember
  54. not to hit return until you've reached the end of a paragraph, and to press
  55. return twice to put a space in between paragraphs.
  56. </DL>
  57. <PRE>          Name: <INPUT
  58.                         TYPE="text" 
  59.                         NAME="Name" 
  60.                         SIZE="56" 
  61.                         MAXLENGTH="56" 
  62.                         VALUE="<REPLACE_RAW Name>">
  63. E-Mail Address: <INPUT    TYPE="text" 
  64.                         NAME="EMail" 
  65.                         SIZE="56" 
  66.                         MAXLENGTH="56" 
  67.                         VALUE="<REPLACE_RAW EMail>">
  68.        Company: <INPUT    TYPE="text" 
  69.                            NAME="Company" 
  70.                            SIZE="56" 
  71.                            MAXLENGTH="56" 
  72.                            VALUE="<REPLACE_RAW Company>">
  73.      Job Title: <INPUT    TYPE="text" 
  74.                          NAME="Title" 
  75.                          SIZE="56" 
  76.                          MAXLENGTH="56" 
  77.                          VALUE="<REPLACE_RAW Title>">
  78.          Quote: <TEXTAREA
  79.                          NAME="Quote" 
  80.                          WRAP="soft"
  81.                          ROWS=3 
  82.                          COLS=52><REPLACE_RAW Quote></TEXTAREA>
  83.      Image URL: <INPUT    TYPE="text" 
  84.                          NAME="ImageURL" 
  85.                          SIZE="56" 
  86.                          MAXLENGTH="56" 
  87.                          VALUE="<REPLACE_RAW ImageURL>">
  88. About Yourself: <TEXTAREA
  89.                         NAME="AboutMe" 
  90.                          WRAP="soft"
  91.                         ROWS=6 
  92.                         COLS=52><REPLACE_RAW AboutMe></TEXTAREA>
  93. </PRE>
  94. <HR>
  95.  
  96. <H3>Page Preferences</H3>
  97. <PRE>    Background: <SELECT name="Background">
  98.                          <OPTION <IF Background="Default" THEN "selected">>Default
  99.                          <OPTION <IF Background="Blue"    THEN "selected">>Blue
  100.                         <OPTION <IF Background="White"   THEN "selected">>White
  101.                          <OPTION <IF Background="Sand"    THEN "selected">>Sand
  102.                      </SELECT>
  103. </PRE>
  104. <HR>
  105. <H3>Favorite Links</H3>
  106. <DL>
  107. <DD>The idea here is to enter a few (up to 5) other sites on the Web you
  108. like to visit or think are cool. Be sure to enter all three pieces of information
  109. for each site you list, and enter the full URL (starting with "http://") of the
  110. page you would like to link to.
  111. </DL>
  112. <PRE><B>Link #1 </B>
  113.      Site Name: <INPUT    TYPE="text"
  114.                          NAME="LinkName1"
  115.                          SIZE="56" 
  116.                          MAXLENGTH="56" 
  117.                          VALUE="<REPLACE_RAW LinkName1>">
  118.            URL: <INPUT    TYPE="text" 
  119.                            NAME="LinkURL1" 
  120.                            SIZE="56" 
  121.                            MAXLENGTH="56" 
  122.                            VALUE="<REPLACE_RAW LinkURL1>">
  123.    Description: <TEXTAREA 
  124.                            NAME="LinkDesc1" 
  125.                          WRAP="soft"
  126.                            ROWS=3 
  127.                            COLS=52><REPLACE_RAW LinkDesc1></TEXTAREA>
  128.    
  129. <B>Link #2 </B>
  130.      Site Name: <INPUT    TYPE="text"
  131.                          NAME="LinkName2"
  132.                          SIZE="56" 
  133.                          MAXLENGTH="56" 
  134.                          VALUE="<REPLACE_RAW LinkName2>">
  135.            URL: <INPUT    TYPE="text" 
  136.                            NAME="LinkURL2" 
  137.                            SIZE="56" 
  138.                            MAXLENGTH="56" 
  139.                            VALUE="<REPLACE_RAW LinkURL2>">
  140.    Description: <TEXTAREA 
  141.                            NAME="LinkDesc2" 
  142.                          WRAP="soft"
  143.                            ROWS=3 
  144.                            COLS=52><REPLACE_RAW LinkDesc2></TEXTAREA>
  145.    
  146. <B>Link #3 </B>
  147.      Site Name: <INPUT    TYPE="text"
  148.                          NAME="LinkName3"
  149.                          SIZE="56" 
  150.                          MAXLENGTH="56" 
  151.                          VALUE="<REPLACE_RAW LinkName3>">
  152.            URL: <INPUT    TYPE="text" 
  153.                            NAME="LinkURL3" 
  154.                            SIZE="56" 
  155.                            MAXLENGTH="56" 
  156.                            VALUE="<REPLACE_RAW LinkURL3>">
  157.    Description: <TEXTAREA 
  158.                            NAME="LinkDesc3" 
  159.                          WRAP="soft"
  160.                            ROWS=3 
  161.                            COLS=52><REPLACE_RAW LinkDesc3></TEXTAREA>
  162.    
  163. <B>Link #4 </B>
  164.      Site Name: <INPUT    TYPE="text"
  165.                          NAME="LinkName4"
  166.                          SIZE="56" 
  167.                          MAXLENGTH="56" 
  168.                          VALUE="<REPLACE_RAW LinkName4>">
  169.            URL: <INPUT    TYPE="text" 
  170.                            NAME="LinkURL4" 
  171.                            SIZE="56" 
  172.                            MAXLENGTH="56" 
  173.                            VALUE="<REPLACE_RAW LinkURL4>">
  174.    Description: <TEXTAREA 
  175.                            NAME="LinkDesc4" 
  176.                          WRAP="soft"
  177.                            ROWS=3 
  178.                            COLS=52><REPLACE_RAW LinkDesc4></TEXTAREA>
  179.    
  180. <B>Link #5 </B>
  181.      Site Name: <INPUT    TYPE="text"
  182.                          NAME="LinkName5"
  183.                          SIZE="56" 
  184.                          MAXLENGTH="56" 
  185.                          VALUE="<REPLACE_RAW LinkName5>">
  186.            URL: <INPUT    TYPE="text" 
  187.                            NAME="LinkURL5" 
  188.                            SIZE="56" 
  189.                            MAXLENGTH="56" 
  190.                            VALUE="<REPLACE_RAW LinkURL5>">
  191.    Description: <TEXTAREA 
  192.                            NAME="LinkDesc5" 
  193.                          WRAP="soft"
  194.                            ROWS=3 
  195.                            COLS=52><REPLACE_RAW LinkDesc5></TEXTAREA>
  196.    
  197. </PRE>
  198. <HR>
  199. <H3>Finishing</H3>
  200. <DL>
  201. <DD>What you enter here will round out the end of your Home Page.  If you would like
  202. to include an image, enter it's URL and it will be placed on your page next to
  203. the finishing text.  If the image isn't already on the Web, send it to us via e-mail
  204. and we'll put it on the server and send you the URL.
  205. </DL>
  206. <PRE>Finishing Text: <TEXTAREA 
  207.                         NAME="Finishing" 
  208.                          WRAP="soft"
  209.                         ROWS=6 
  210.                         COLS=52><REPLACE_RAW Finishing></TEXTAREA>
  211.    Extra Image: <INPUT    TYPE="text" 
  212.                            NAME="ExtraImage" 
  213.                            SIZE="56" 
  214.                            MAXLENGTH="56" 
  215.                            VALUE="<REPLACE_RAW ExtraImage>">
  216. </PRE>
  217. <CENTER>
  218. <INPUT TYPE=SUBMIT VALUE="Build My Home Page">
  219. </CENTER>
  220. </FORM>
  221. <P>
  222. <HR>
  223. <SMALL><I>
  224. Last Updated: <DATE> by <REPLACE Name>
  225. </I></SMALL>
  226.  
  227. </BODY>
  228. </HTML>
  229.